xit_xenomorph_infiltration_strategy = {
	strategy_weight = {
		modifier = {
			xit_is_xenomorph_safe_owner = yes
			weight = 20
		}
	}

	network_weight = {
		modifier = {
			target = {
				is_country_type = default
				NOT = { xit_is_xenomorph_safe_owner = yes }
			}
			weight = 20
		}
		modifier = {
			owner = {
				has_rival = root.target
			}
			weight = 15
		}
		modifier = {
			owner = {
				is_neighbor_of = root.target
			}
			factor = 2
		}
		modifier = {
			target = {
				has_ascension_perk = ap_xit_extragalactic_biosecurity_mandate
			}
			factor = 0.5
		}
	}

	operation_selector = weighted_random_available

	operations = {
		operation_xit_seed_ovomorph_vector = {
			operation_policy = xit_seed_ovomorph_vector_policy
			target_value = {
				min = 1
			}
		}
		operation_acquire_asset = {
			operation_policy = until_max_network_cap_policy
			target_value = {
				min = 1
			}
		}
		operation_gather_information = {
			operation_policy = fix_chance_10
			target_value = {
				min = 1
			}
		}
	}
}
